Hi Team
I have this binding names per each column on my grid, most they do show, only one that does not seem to update is RMCode and this is real name for it in the table from the database. What should i need to do in order to fix this issue?
// xaml code
//output

Guest UserPosted Jul 3, 2024, 5:36 AM
Hi Amit
I have used it as you mentioned, but still nothing and this my current binding name for it.
the back end using the same name as indicated by you, but its not loading the data for this column i did fix others and working fine binding names are returning data.
Amit MohantyPosted Jul 3, 2024, 5:28 AM
Make sure that the property name in your data model is exactly RM_Code. Property names are case-sensitive, so RM_Code is different from RMCode.