New Post: Grid Groupable column with null value, does not work
changing null value to "" may not possible in my case as the sample that i have created has around 50 columns and checking and updating each column value is not feasible solution. Is there any other...
View ArticleNew Post: Grid Groupable column with null value, does not work
I was just explaining how to try this in the main demo
View ArticleNew Post: Grid Groupable column with null value, does not work
Can we group if datasource column value is null for few of items?
View ArticleNew Post: Grid Groupable column with null value, does not work
yes, you can try that in the demo as I explained above
View ArticleNew Post: Grid Groupable column with null value, does not work
Ok, Could you please try with making below changes and let me know if its working for you? --In Index.cshtml set below for Grid1 new Column{Bind = "Location", ClientFormatFunc = "ShowLocation"}, where...
View ArticleNew Post: Grid Groupable column with null value, does not work
you should be getting Uncaught TypeError: Cannot read property 'toString' of null in your browser console this is actually fixed in dev version but for now you need to make sure that ShowLocation func...
View ArticleNew Post: Grid Groupable column with null value, does not work
In browser console "model" itself is null. and i am having many client format functions, so i wanted to do a global code which will handle this issue. Any idea?
View ArticleNew Post: Grid Groupable column with null value, does not work
try this in the demo app first, after in your custom app, if you're using ColumnsPersistence, remove it for now or click the grid reset button every time you change columns definitions
View ArticleNew Post: Grid Groupable column with null value, does not work
yes tried in demo app, its giving below error in console:http://s4.postimg.org/p32fi8dnx/grid_error.png
View ArticleNew Post: Grid Groupable column with null value, does not work
try this demo: https://mega.nz/#!BJxTEaqK!1VWxIYHTAzTO2W75EXNIKZEEbxefxFxgr5Xcnjdd7Y0
View ArticleNew Post: Grid Groupable column with null value, does not work
Yes, its working fine in code which you have given. Will check whats an issue in my code and let you know. Thanks for your support
View ArticleNew Post: Grid Groupable column with null value, does not work
make sure you are using the latest version
View ArticleNew Post: Grid Groupable column with null value, does not work
Hello, It looks like you have completely modified your AwesomeMvc.js in latest version. Earlier we could find the id generated for radio button or check boxes etc. in newer version its not at all...
View ArticleNew Post: Grid Groupable column with null value, does not work
why do you need ids for each item ? you can use mods in the new version@(Html.Awe().AjaxRadioList("cat1") .Mod("myradiolist") .Url(Url.Action("GetCategories", "Data"))) <script> function...
View ArticleNew Post: Grid Groupable column with null value, does not work
Hi, Thanks for your suggestion, We have identified the problem and it was with "GroupHeader" null value. We will have technical discussion once we purchase the license, as currently project is still in...
View ArticleNew Post: Grid Groupable column with null value, does not work
where exactly was the null value ? and how did it got there also about the previous questions, since the id is generated using the value, you might as well select the item using [value=x] selector
View ArticleNew Post: Grid Groupable column with null value, does not work
While preparing grid data we used custom header using "MakeHeader", for example: return new GroupHeader { Content = name }; Where sometime "name" value could go null, which is why it was failing. For...
View ArticleNew Post: Grid Groupable column with null value, does not work
what was the conflict/error message ?
View ArticleReleased: 4.9 (Nov 11, 2015)
- grid DataFunc extension for client data loading - enchanced textbox numeric extension - added bool loadOnChange parameter to Parent extension (default true) - added OnLoad Popup extension - Popup...
View ArticleCreated Release: 4.9 (Nov 11, 2015)
- grid DataFunc extension for client data loading - enchanced textbox numeric extension - added bool loadOnChange parameter to Parent extension (default true) - added OnLoad Popup extension - Popup...
View Article