I need activeItem for columnlayout as it's for xamgrid to modify a column in other popup,So i need an active item to get this value.What Shall i do?
Thanks
Hello,
Thank you for your post. I have been looking into it and I suggest you set the XamGrid’s SelectionSettings’ ColumnSelection to “Single” and you can use the XamGrid’s SelectionSettings’ SelectedColumns’ FirstOrDefault method to get the selected column. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
in reality ,i need the selected object of the columnlayout to modify just a colmn in it ,but by a popup .Thanks