Dundas Grid question.
-
(also sent to Dundas Tech this morning; but maybe some other CPian already tried that ) I have a grid ( row selection ) with multiple columns, one is a checkbox cell type; I select a range of cells and when clicking on one checkbox in the selected range, I want to update all checkbox cells with the state of that one cell. I was wondering if it's possible to select a range of checkbox cells (CUGCheckBoxType) , and click on the checkbox to affect all the selected cells ? now, in the CUGGrid::OnLButtonDown method, there's m_ctrl->GotoCell(col,row) that resets the selection. Seems that I have to "hack" a couple of methods here and there to achieve what I want, and I don't really want to do it, and mess with the Dundas code. I could use a contextual menu to do it, but it seems unelegant ... and not what Boss wants... :(( Thanks.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
(also sent to Dundas Tech this morning; but maybe some other CPian already tried that ) I have a grid ( row selection ) with multiple columns, one is a checkbox cell type; I select a range of cells and when clicking on one checkbox in the selected range, I want to update all checkbox cells with the state of that one cell. I was wondering if it's possible to select a range of checkbox cells (CUGCheckBoxType) , and click on the checkbox to affect all the selected cells ? now, in the CUGGrid::OnLButtonDown method, there's m_ctrl->GotoCell(col,row) that resets the selection. Seems that I have to "hack" a couple of methods here and there to achieve what I want, and I don't really want to do it, and mess with the Dundas code. I could use a contextual menu to do it, but it seems unelegant ... and not what Boss wants... :(( Thanks.
Maximilien Lincourt Your Head A Splode - Strong Bad
Please try the recommendations Dundas Support has emailed to you earlier today and let us know if it something you can use. Peter Zajac Dundas Software