Is there anyway to handle different formatting for the same columns by row?
For example, the first row, I'd like to format all the numbers by percentage, and all subsequent rows format using currency. Do you suggest using javascript to handle the format individually or I even thought of combining 2 datagrids that look like 1. I'd prefer to control this through some sort of server-side event. Any thoughts, advice would be greatly welcome.
Ok, I submitted a feature request: CAS-15515-FXIFR2
When I try this script it says that columnSetting is null. What am I doing wrong? I have defined a bunch of columns and set their EditingColumnSetting
eg.
<ig:EditingColumnSetting ColumnKey="DEC" EditorID="PercentProvider" />
I have tried several scenarios in javascript and server-side code, but was not able to find a way to bind an editor to a specific cell only - editors currently work only for the whole column.
But this is just me - hopefully, someone else can share his/her experience.