Hi everyone:
Please, be patient. I'm new to this forums and English is not my native language.
I have a little trouble with my code. You'll see. I'm using the developer express GridControl tool. I have a Gridview in it with a table bound to it. The control lets you filter your info. I have a Select all button that works, the only problem is that if you filter the data and press the select button it selects all the rows, not only the ones that are actually shown on the grid, and I need only the shown ones. I'm selecting via my dataset that is declared globally for other purposes. Can you help me with this? Thanx
Please, be patient. I'm new to this forums and English is not my native language.
I have a little trouble with my code. You'll see. I'm using the developer express GridControl tool. I have a Gridview in it with a table bound to it. The control lets you filter your info. I have a Select all button that works, the only problem is that if you filter the data and press the select button it selects all the rows, not only the ones that are actually shown on the grid, and I need only the shown ones. I'm selecting via my dataset that is declared globally for other purposes. Can you help me with this? Thanx
Comment