Hi ,
I have a Wingrid with databinded with binding list. I am adding a new to row to the grid. In my grid i have First 3 columns Project, Milestone and Class are of style dropdown . Scenario is
1. When I add a new row to grid the Dropdown will be active for only newly added rows. Rows having ID or existing rows must be non editable(basically first three columns), rest are editable.
2. I have added valuelist to my dropdown , My sequence is On selection of project (in new row only) will populate the milestone valuelist and on changing the milestone class valuelist will be populated.
3. Also i have seven more columns from SundayHours to SaturdayHours, whose summation, i want to display at the footer of the grid(Column wise). Somewhat similar Infragistics Silverlight Grid's -DataColumn.FooterText property. But while searching i came across mike's answer that no footer summary exists in wingrid . So any workaround for that. I want summary to be display when the grid is loaded. I dont want Sigma sign to opt for mathematical operations
Hello,
Please look at the following forum thread, where I already answer you to this questions.
http://forums.infragistics.com/forums/p/41248/281005.aspx#281005
http://forums.infragistics.com/forums/p/41246/281002.aspx#281002
Thank you.