Created Release: 4.7.3 (Jul 17, 2015)
version 4.7.3========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleReleased: 4.7.3 (Jul 17, 2015)
version 4.7.3 ========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Release: 4.7.3 (Jul 17, 2015)
version 4.7.3========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Wiki: Home
The free version of this project has been discontinued, you can see the demos and learn the latest commercial version on http://aspnetawesome.comDemo App Live Link:...
View ArticleUpdated Wiki: Home
The free version of this project has been discontinued, you can see the demos and learn the latest commercial version on http://aspnetawesome.comDemo App Live Link:...
View ArticleReleased: 4.7.3 (Jul 17, 2015)
version 4.7.3 ========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Release: 4.7.3 (Jul 17, 2015)
version 4.7.3========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Wiki: Home
The free version of this library has been discontinued, you can see the demos and learn the latest commercial version on http://aspnetawesome.comDemo App Live Link:...
View ArticleReleased: 4.7.3 (Jul 17, 2015)
version 4.7.3 ========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Release: 4.7.3 (Jul 17, 2015)
version 4.7.3========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleReleased: 4.7.3 (Jul 17, 2015)
version 4.7.3 ========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleUpdated Release: 4.7.3 (Jul 17, 2015)
version 4.7.3========================== - added RenderPartialView Controller extension - css improvements and fixes - added Column.Tag property - added Grid.Tag extension - added Column.Bind property...
View ArticleNew Post: Grid with mulitple (more columns)
Hello, I am using "Html.Awe().Grid()" where there are total 16 columns. Out of which 6 are having predefined width. When loading grid before rows data get rendered width of grid is responsive which...
View ArticleNew Post: Grid with mulitple (more columns)
there is Settings.Grid.ColumnWidth = 140 by default, and this plus the defined&resized width of other columns is used to calculate the grid internal container width you could set Hidden = true on...
View ArticleNew Post: Grid with mulitple (more columns)
Thanks for your reply, However i want grid's width same as it was before rendering the data. Grid's width should not increase after rendering the grid data. Any other approach than listed above?
View ArticleNew Post: Grid with mulitple (more columns)
the grid also has .ColumnWidth(value) extension which is the same as the setting except per grid, not global so try something like Html.Awe().Grid("Grid1").ColumnWidth(100)...
View ArticleNew Post: Grid with mulitple (more columns)
Thanks for your suggestions, I have used grid extension method and it looks like i have got proper results after applying it. Once again thanks a lot for your support.
View ArticleNew Post: Grid Groupable column with null value, does not work
Could you please provide the sample?
View ArticleNew Post: Grid Groupable column with null value, does not work
in the main demo Db.cs find this line var foods = new[] {"Banana","Cheesecake","Hot Beverage", "Brisket", "Oat meal", "French toast", "Pizza", "Apple Pie", "Shepherd's pie", "Salad", "Sushi", ""}; and...
View Article