Hi,
i want to create a kendogrid with inline edit, that has different decimal numbers in each row.
Datasource
Key Description Value DecimalNumbers
1 Item1 1.33 2
2 Item2 2.4 1
3 Item3 3 0
4 Item4 10.542 3
Column "DecimalNumbers" describes the decimal format of Column "Value".
Value is editable, so the editor needs to format value with given DecimalNumbers from last column.
How can I archieve this?
Thank you very much.
i want to create a kendogrid with inline edit, that has different decimal numbers in each row.
Datasource
Key Description Value DecimalNumbers
1 Item1 1.33 2
2 Item2 2.4 1
3 Item3 3 0
4 Item4 10.542 3
Column "DecimalNumbers" describes the decimal format of Column "Value".
Value is editable, so the editor needs to format value with given DecimalNumbers from last column.
How can I archieve this?
Thank you very much.