RC
Rajadurai C
Syncfusion Team
November 22, 2008 08:00 AM UTC
Hi David,
Thanks for your interest in Syncfusion products.
QueryCellInfo event get triggerred each time the model queries for the specific cell style.
Even the mousemove event triggerred, it was followed by QueryCellInfo event.
There is no need to turnoff mousemove event to trigger QueryCellInfo event.
Regards,
Rajadurai
DC
David Cui
November 24, 2008 01:51 PM UTC
Rajadurai,
thanks.
does that mean I can not turn off those unwanted events (esp.Mouse move event)? In another word, what shall I do if i don't want querycellinfo happends if mouse move evant happens.
best,
David
>Hi David,
Thanks for your interest in Syncfusion products.
QueryCellInfo event get triggerred each time the model queries for the specific cell style.
Even the mousemove event triggerred, it was followed by QueryCellInfo event.
There is no need to turnoff mousemove event to trigger QueryCellInfo event.
Regards,
Rajadurai
NA
Nisha Arockiya A
Syncfusion Team
November 25, 2008 12:53 PM UTC
Hi David,
Thanks for you updates.
You can cancel any event using e.Cancel=true; in GridControl.Please try and let me know if this helps for you.
Regards<
Nisha