Hi. I replicated your coding but wasn't able to successfully bind the values to the grid rows. In your video (14:30), same thing happened to me where the datagrid didn't show the row values. However, values weren't seen even after defining the row and column definitions. What could be the possible reason?
@TipsByAnil4 жыл бұрын
Have you write a line binding context after binding data in .cs page
@pranitagupta64244 жыл бұрын
@@TipsByAnil yes i have also same problem i write bindingcontext=this also. plz let me know what is the issue
@TipsByAnil4 жыл бұрын
Pranita Gupta ok can you share your piece of code
@TipsByAnil4 жыл бұрын
Guys you can look into this video m.kzbin.info/www/bejne/fJ67ZYV6Z86sjdk
@MsGustavoGal3 жыл бұрын
I don't know if you find the answer, but to fix this just remove that Frame Tag between ViewCell and Grid. After hours this is what worked for me.
@mertcanturkylmaz73092 жыл бұрын
Saved my life, thanks!
@CarlosTorres-rd2ot4 жыл бұрын
Awesome job, Anil! Thank you for your amazing explanation!
@TipsByAnil4 жыл бұрын
Thanks for watching 🙏
@stewmuskie17294 жыл бұрын
Thank you Anil. When I run it I get Databind errors (shown on the console when running UWP App, haven't tested Android yet). Something to do with INotifyPropertyChanged, View Models and Observable collections, maybe(?). I am still working on it. Happy to share when I get it sorted.
@programmatore Жыл бұрын
i cant see data in datagrid it show empty data???? can you tell me problem???
@asifnawazmiani4 жыл бұрын
Sir, Which software you ware using for live changes in the XAML code? Can you Guide me please?
@TipsByAnil4 жыл бұрын
Debugging using external device and in running mode you can made changes, they will show on device
@TipsByAnil4 жыл бұрын
In first video you will learn how to debugging using external device
@AMIRKHAN-dm2fm4 жыл бұрын
hi if i want to multiply two columns with each other and show result in separate column then how i can do that.
@TipsByAnil4 жыл бұрын
Yes in backed. Cs page you can bind a colum in list to multiply 2 columns
@AMIRKHAN-dm2fm4 жыл бұрын
@@TipsByAnil but how to bind non datasource field with list view
@HenryfPichardog4 жыл бұрын
great
@TipsByAnil4 жыл бұрын
Henry Pichardo 🙏
@karlos19744 жыл бұрын
how would i create a clickable grid?
@fromstog4 жыл бұрын
Implement in listview.
@karlos19744 жыл бұрын
@@fromstog Can I click a particular cell and get a certain result like a calendar would?