Hi,
On the grouping grid how can I put another data
cell on the caption cell, so that this cell contains the caption text and another data cell (drop down combo box cell type).
Dev.
AD
Administrator
Syncfusion Team
March 3, 2005 10:42 AM UTC
One way is to make the caption show summary cells. You could then use QueryCellStyleInfo to explcitly set what is displayed in these cells (swapping the default cell type and values for teh celltype and values you want to see).
Take a look at the \Syncfusion\Essential Suite\3.0.1.0\Windows\Grid.Windows\Samples\Grouping\SummaryInCaption.
Here is a thread discusses making these cells editable.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=24268
DH
Devshi Halai
March 3, 2005 01:10 PM UTC
Hi Clay,
this appears to be half working. The cell now displays, but I have buttons defined in the caption cell which now sometimes appear in the covered cell range (not refreshing very well), they also remain in the uncovered range of the caption cell, is there any way to ensure they only appear once (Either in the covered range or in the uncovered range of the caption cell).
Dev.
AD
Administrator
Syncfusion Team
March 4, 2005 12:03 PM UTC
If you can upload a sample project showing the problem you are having we can try to suggest a solution.