Hi,
I have grid with custom footer template. Below is the configuration of columns with MVVM
GetFooterText and GetFooterValue functions return a <div> with necessary markup. I am adding a new row to the grid when even I press tab out form a text box which is above the grid. When i do that <div> from the footer are removed. Not sure how. How can I retain them? They will not come back even after leaving editing. This is in line editing.
I have grid with custom footer template. Below is the configuration of columns with MVVM
data-columns="[
{'field':'ComponentName', 'title':'Component Name','footerTemplate': '#= GetFooterText() #'}, {'field':'Percentage', 'title':'Percentage','footerTemplate':'#= GetFooterValue() #'} ]"GetFooterText and GetFooterValue functions return a <div> with necessary markup. I am adding a new row to the grid when even I press tab out form a text box which is above the grid. When i do that <div> from the footer are removed. Not sure how. How can I retain them? They will not come back even after leaving editing. This is in line editing.