Click here to Skip to main content
15,911,141 members

Comments by pierrewhy (Top 7 by date)

pierrewhy 13-Jun-14 11:20am View    
Somehow I dont even have access to rowcount ro rows from my radgridview.
Or even GridViewDecimalColumn, I have to create a class to use it.
What references am I missing?
pierrewhy 12-Jun-14 16:04pm View    
Unfortunaly I do not know how many columns I have, the columns name or the type of data. I have to eliminate the strings and find the max value of the remaining data, be it int, double etc etc.
And that max value, one for every columns, has to be highilited on the datagrid.
pierrewhy 11-Jun-14 13:16pm View    
I know it's not easy. I already have to extract the headers form the original table and then the rows for each header.
The output looks good on the RadGridView. I just don't know how to iterate thru that datagrid to get the max value to turn red.
Or to extract any data from any cell.
pierrewhy 11-Jun-14 12:25pm View    
Sorry,
First time on this forum.
pierrewhy 11-Jun-14 12:21pm View    
I'm not using SQL to get the data. It comes from another application that produce a list of table that need to be converted for and I have to an ObservableCollection<ilist> before becoming the itemsource of the grid.