Hi,
We would like to create our column chooser.
And we would like to make drag and drop column from/to our column chooser to grid. - Like it was implemented in Infra column chooser.
How can we make the same drag and drop column?
Maybe we should release some interface?
Thanks.
Hi Mike,
Just wanted to know whether do we have any provision of customising the Column Chooser in Ultra Grid.
For example:
1) Giving Search option in the Column chooser when number of columns are more aloong with our own search algorithm.
2) Selecting Column in the Column chooser should take directly to the position of the column in the grid so that user does not have to scroll and find in case of number of column are more.
etc etc
~Regards,Rajeev Ranjan
Drag and Drop are standard for all Windows Forms controls. There is nothing about this that is specific to the Infragistics controls.
You simply use the events, properties, and methods on the Control class.