KoGrid
KoGrid copied to clipboard
need dynamic cell templates with durandal
I'm using durandal and breeze and am using a few instances of kogrid on my pages. All are working great. However, I do have a more advanced instance of the grid that needs to display a different type of control (textbox, select, etc) on different rows within a single column. I need to look at each cell within the column, as it is rendered, and determine the control to display based on the data returned from the server.
Additionally, other items on the view may change that will cause the complex grid to be updated with fresh data and new controls in that column.
I've been researching, testing, and experimenting using dynamic ko templates, durandal composition, etc but have yet to get a working solution. Any input would be GREATLY appreciated, thx!
as a reference...
I could also do with a way to use external templates rather than having them inlined in the page, has there been any progress or any info on how to achieve this?