How can I customize the styles, and templates for the popup window when I am adding/editing a new record into the grid.
hi again :)
"To expand on this, how does one handle controls other than input boxes?" - I'm not sure that I'm understanding correctly your question.
Could you be more specific? Since the implementation is fully customized, it's up to the developer how to handle non input boxes controls.
At the end, all you need to have is a javascript object with all values and call the igGrid updating feature with it.
regards
Lyubo
This is exactly what I needed. Thanks for the example Lyubomir. To expand on this, how does one handle controls other than input boxes? For instance, I figured that I would create a partial .cshtml file with the template and populate the drop down lists that I will have in the template and the value would be assigned when the template opens. Being that the default template handles this by use of the datasource on the column setting. Apparently, this will not be the case with a custom template. I'll see how far I can get with this and perhaps set up an example for users that are curious as to how to accomplish this.
Thanks again!
You're welcome :)
Thanks!
hi again :),
Since this is pure UI functionality, there is no need for MVC sample. I've made a HTML sample and I'm attaching it.
I've made it according my guidelines and I've put a lot of comments.
I hope that helps you.