|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Rowfilter property..Hi All,
I find an erro while using dataview.rowfilter. after i filter the row, the dataview still display before filter data in datagrid. may i know y?? thank you in advance. Best regards, Ocurnos Are you setting the filter before binding to the datagrid?
Karl Show quote "Daniel" <Dan***@discussions.microsoft.com> wrote in message news:59638B80-BD73-4FF4-A5B4-5CA78BB8E6BB@microsoft.com... > Hi All, > > I find an erro while using dataview.rowfilter. > > after i filter the row, the dataview still display before filter data in > datagrid. > > may i know y?? > > thank you in advance. > > Best regards, > Ocurnos yes, Karl.
Anything wrong? I try in another project, the similar algorithm works. Only at the project, it fails..dunno y.. Any ideas? Is it because of memory management clash that lead to the logic abnormal?? Show quote "Karl Seguin" wrote: > Are you setting the filter before binding to the datagrid? > > Karl > > -- > MY ASP.Net tutorials > http://www.openmymind.net/ > > > "Daniel" <Dan***@discussions.microsoft.com> wrote in message > news:59638B80-BD73-4FF4-A5B4-5CA78BB8E6BB@microsoft.com... > > Hi All, > > > > I find an erro while using dataview.rowfilter. > > > > after i filter the row, the dataview still display before filter data in > > datagrid. > > > > may i know y?? > > > > thank you in advance. > > > > Best regards, > > Ocurnos > > > Hello,
First filter then bind. Or after applying filter each time bing againg. I hope this will solve you problem. B Show quote "Daniel" wrote: > yes, Karl. > Anything wrong? I try in another project, the similar algorithm works. Only > at the project, it fails..dunno y.. > > Any ideas? Is it because of memory management clash that lead to the logic > abnormal?? > > "Karl Seguin" wrote: > > > Are you setting the filter before binding to the datagrid? > > > > Karl > > > > -- > > MY ASP.Net tutorials > > http://www.openmymind.net/ > > > > > > "Daniel" <Dan***@discussions.microsoft.com> wrote in message > > news:59638B80-BD73-4FF4-A5B4-5CA78BB8E6BB@microsoft.com... > > > Hi All, > > > > > > I find an erro while using dataview.rowfilter. > > > > > > after i filter the row, the dataview still display before filter data in > > > datagrid. > > > > > > may i know y?? > > > > > > thank you in advance. > > > > > > Best regards, > > > Ocurnos > > > > > > |
|||||||||||||||||||||||