Column can not be dragged into groupBy area

Posted by gdb390 on 14-Jan-2010 03:43

Hello,

10.2B - UltraControls v9.2

I have an Usercontrol with an UltraGrid.

I placed the usercontrol on an form and I can display my data.

I have a group by area, but I can not drag my columns to it ?

Did I miss to set a property ?

Gerd

All Replies

Posted by gdb390 on 15-Jan-2010 05:11

I found out why this is happening ...

I have an event MouseDown on my grid which is implementing drag and drop to a scheduler ...

This event also overrules the default beahvior when the mouse is down on a column header... and thus the grouping functionality is overruled

how cna I find out to check whether I am on a row or on a header column.

Gerd

Posted by Admin on 15-Jan-2010 15:56

> how cna I find out to check whether I am on a row or on a header column. 

This works for me with the RowSelector:

This thread is closed