Click here to Skip to main content
15,899,679 members

Comments by Dimple Kumar Sharma (Top 3 by date)

Dimple Kumar Sharma 7-Jul-15 5:12am View    
may be this could help you.

http://forums.xamarin.com/discussion/32365/connection-to-the-layout-renderer-failed-in-xs-5-7-and-xamarinvs-3-9
Dimple Kumar Sharma 26-Dec-14 8:48am View    
please post the code.
Dimple Kumar Sharma 11-Feb-13 4:49am View    
hello !!
Try this,

<pre lang="vb"> If (e.Row.RowType = DataControlRowType.Footer)
{
GVUserEntry.FooterRow.Cells(0).ColumnSpan = 7
GVUserEntry.FooterRow.Cells.RemoveAt(1)
GVUserEntry.FooterRow.Cells.RemoveAt(2)
GVUserEntry.FooterRow.Cells.RemoveAt(3)
GVUserEntry.FooterRow.Cells.RemoveAt(4)
GVUserEntry.FooterRow.Cells.RemoveAt(5)
GVUserEntry.FooterRow.Cells.RemoveAt(6)
}

</pre>


Thanks & Happy Coding..