We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Changing Column Order in GridControlDesigner

Hi,
We have a virtual grid. It has fixed number of columns. The user can change the order of columns at "design time". So using "Edit Control" verb the grid is opened in GridControlDesigner. The columns order can be changed by dragging them.
The issue is how do we track the column order changes done in GridControlDesigner in our virtual grid as grid doesn't fire any column drag events (i.e., MouseMove etc). We have seen the sample how data is changed when column order is changed. But this is at runtime. Our case is different. The column order can be changed at "design time".

Your help will be greatly appreciated.

Synchfusion version: 4.4.0.51.

Regards,
v.sravan.

2 Replies

SR sravan August 10, 2007 04:27 AM UTC

Hi,
Can You Suggest some work around,or some some way to do this.,
this is urgent,.
bye.,


GR Golda Rebecal Syncfusion Team August 17, 2007 12:38 PM UTC

Hi Sravan,

Sorry for the delay in responding.

It is not possible to track the column order changes done in GridControlDesigner.

In general, the GridControl is a collection of styles ( ColStyles, RowStyles etc ) and each cell will hold GridStyleInfo object to store its style properties. As user customizes the grid using GridControlDesigner, the grid saves the changes internally in its style objects.

In virtual grid, the grid will not hold any style objects and these has to be provided at runtime. Please refer to the documentation for more details.

Kindly let me know if you have any other questions.

Best regards,
Golda

Loader.
Live Chat Icon For mobile
Up arrow icon