Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Urgent: How to stop format Editor called again and again in Ultragrid
posted

We have created a format editor on one column and while moving the mouse it always called editor regardless of we are editing anything or not on that column.

The editor should called at editing time only.

So is there any way we can stop calling editor on mouse move.

We are adding Format editor at initializelayout event at column level.

this.DisplayLayout.Bands[0].Columns[STARTDATE].Editor.DataFilter = new DateValidator.DateTimeStringFilter();

We have tried to put the same code at BeforeCellDeactivate event but still after attaching the column with editor, the editor is called again and again on mouse move.

Does it effect the performance if we have 10,000 records in the grid.

Please provide if there is any solution. We need it asap.

Thanks

Parents Reply Children
No Data