I want to create a simple html table in grid having values like 1 to 25 and ordered in a matrix / grid fashion.
I want that grid to show up in a a fashion like jquery ui datetime control.
@for(int i =0;i<5;i++){ for(int j=0;j<5;j++){
<input type="button" id="foo">
if(j==4){
<br/>
}
}
Then using above code as editor template and attach it to a textbox.
Any help pointers are much appreciated.
Regards
Bilal
}
Something like this: ? (hand written – untested)
Model:
View:
Editor Template:
JS: