SqueakinSweep
Programmer
This is a hopeful punt, that someone out there also uses C1 Grids, and can offer me a little help
I understand how the SelectedRows collection works, and I have my grid working with Windows shift,ctrl click type functionality, and I can get back the selected rows as a datarow collection quite easily.
However, what I am after is in effect to reverse this operation. Imagine the underlying datatable below, which is the datasource to the grid
Col1,Col2,Col3
"A","ME",100
"A","YOU",200
"B","ME",300
What I want to do is to auto-select the grid rows, for where a datacolumn equals a value of my choice, eg COL2='ME'
What I cant figure out is how to get the grids row index from the relevant Datarows of the datatable.
Any ideas anyone??
Sweep
...if it works dont mess with it
I understand how the SelectedRows collection works, and I have my grid working with Windows shift,ctrl click type functionality, and I can get back the selected rows as a datarow collection quite easily.
However, what I am after is in effect to reverse this operation. Imagine the underlying datatable below, which is the datasource to the grid
Col1,Col2,Col3
"A","ME",100
"A","YOU",200
"B","ME",300
What I want to do is to auto-select the grid rows, for where a datacolumn equals a value of my choice, eg COL2='ME'
What I cant figure out is how to get the grids row index from the relevant Datarows of the datatable.
Any ideas anyone??
Sweep
...if it works dont mess with it