I’m looking for a way to propagate Item Editing in-row GridView UI onto Item Insertion.
I have item insertion form (row) in the footer, but it’s visible only when GridView is not empty. So when it is empty, I can’t use it, so have a separate form what looks ugly.
I can use external form for insertion all the time but I like that in-row insertion looks visual and handy.
Can I show footer all the time, or emulate similar in-row style?
You have 2 ways to do it:
1-By simulate the Input Fields inside
<EmptyDataTemplate>2-Is to create Empty
DataSetand Bind it to theGirdView.I prefer the first way because Binding empty
DataSethas some problems.