Showing related tags and posts across the entire site.
-
trying to make my Group by Column function.. for c1datagrid... the built in UL elements for Grouping dont fit the UI requirements... i can get my button to group the c1datagrid - but I cant seem to REMOVE it once it is on???? bool IsGroupByTypeOn = false; private void GroupByTypeButton_Click(object sender...
-
Hi Alvaro, Doing those clear on AddedRanges and RemovedRanges do not stop SelectionChanged event from being called.The event is called, but the current selection is kept in the datagrid. This is not the behaviour I was looking for. I want the event not to be called at all. What I need is something like...
-
Hello, I saw that in the new release for C1DataGrid SelectionChanged event arguments type was changed to DataGridSelectionChangedEventArgs. I have a problem here. In the previous version, I was intercepting MouseLeftButtonDown event, and set MouseButtonEventArgs as handled: private void MyDataGridRowPresenter_MouseLeftButtonDown...
-
Hi Alvaro, Thank you for your quick response. Unfurtunatelly I couldn't reproduce the bug, because it seems to work ok when I write the code in the demo project from you. It should be something from my logic. I just wanted to know if someone else confrunted with this, just to be sure it is not a...