Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl Cell Text Value
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2012
09:13 AM
11-13-2012
09:13 AM
Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl Cell Text Value
Hello,
I need to know how I can get the text value of the cells within a Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl control.
I'm currently experiencing a problem where the wValue (Positive #) does not match what's shown as as the cell's text (Negative Number).
I need to know how I can get the text value of the cells within a Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl control.
I'm currently experiencing a problem where the wValue (Positive #) does not match what's shown as as the cell's text (Negative Number).
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2012
09:21 AM
11-13-2012
09:21 AM
Specifically, I'm looking for something similiar to the FormattedText available for the Syncfusion GridDataBoundGrid
Something like this: GridObj.Item(RowIndex, ColIndex).FormattedText.OleValue
Something like this: GridObj.Item(RowIndex, ColIndex).FormattedText.OleValue
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2012
12:14 AM
11-14-2012
12:14 AM
I found the solution.
this.grid.Table.GetTableCellStyle(rec,"ColumnName").FormattedText;
URL: http://staging.syncfusion.com/support/forums/grid-windows/59144
this.grid.Table.GetTableCellStyle(rec,"ColumnName").FormattedText;
URL: http://staging.syncfusion.com/support/forums/grid-windows/59144
