문제

Does anyone know how to validate if you are in Add Mode vs. Edit Mode for the radGrid? In the codebehind, I want to check to see if the user selected Add a Record or Edit an Existing.

Thanks

도움이 되었습니까?

해결책

What I learned when playing with RadGrid for ASP.NET AJAX is: - the IsItemInserted property of the master table can help you find out whether you are in insert mode or not - the when EditItems or EditIndexes collections are not empty, you have grid items in edit state

Dick

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top