Here during BatchUpdaing mode issue I am facing the following issue
Based on attached sample you can verify the following.
1.Before updating the DateCell , datatype is string. After updating the cell it become Object(js Date type). How to maintain the consistancy?verify By Clicking update button
2.Existing in Row , WebDropDownProvider Cell(officerType) retrieving cell Text using get_value() retrieving the textfield value,(like supervisor) Not valuefield value.(By Clicking update button u can verify this).But Add New Row in WebDropDownProvider cell (officertype) retrieving cell text using get_value() retrieving value field.("1"). How reterirve the Value for WebDropDownProvider Cell always?
3.Add New Row whether we need to specify all the value for all the columns like (DataKeyFields- Unique, Number Field as 0, string fields and datafields as null) like default.aspx script tag in attached sample. Please Confirm
If possible provide us sample BatchUpdating mode in client side and retrieving values with specific type in the value.
Hi Varadarajan,
The hotfix for the dropdown issue is approximated for July 15.
For the date issue, the Date object is handled differently in javascript as compared to server-side. This is not soemthing that is in the control of Infragistics but rather how javascript handles the Date object. This post explains this well: http://stackoverflow.com/questions/643782/how-to-know-if-an-object-is-a-date-or-not-with-javascript
We are currently waiting for this release DropDown Provider Issue.Thanks for the response.
And also Is it possible maintain the consistency for date fields in client side(either string and js object) ,the first question in this post i asked also can be fixed in next release.
Thanks,
Varadarajan.M
Hi varadarjan,
Please let me know if you need any additional assistance regarding this.
Thank you for sending along this modified file. This clarifies for me what you are doing and I can confirm that I see this issue breaking with the initial build of 14.1 (20141.2011). This was an issue that occured in source code, but the good news is that it issue is now fixed and will be reflected with the upcoming service release that is approximated for July 15.
Please let me know if you need any additional assistance regarding this matter.
Hi,
I have modified your code instead of Product Name i used WineID for DropDownProvider Column.Now get_text and get_value both are returning two different values.
You can verify this by clicking Ver12_2 buttonWhen i run the above code 14.1 dll it is returning same value for both get_text and get_value.
Please verify and clarify what needs to be done for this issue to get_text and get_value retrieve two different values in 14.1