Hi ,
I want to bound datagridview with data with a custmized way
1.I want to change the display order of columns
e.g Sp returned column no 5 i want to display it at the 1 column
Col5.displayIndex=1
This is Not working and does not display the data in grid
The dataset showing me the the rows & columns count in the Qucik watch
But Grid is not showing the data ( May be due to mismatch in columns)
2. I want to display only few selective columns
Not all the columns returned by Sp
How to achieve this
So How we can bind datagridview while format is done by coding
is this is not compatible
as when i not customize the datagridview by coding then it shows the data
Any Help would be very greatful to me.
Thanks in advance