문제

How to refresh telerik grid view (winforms) using c#?

i tried :

gridview.datasource = null;
gridview.datasource = dataset;
도움이 되었습니까?

해결책

I think I saw your problem once earlier at the Telerik forum:

http://www.telerik.com/community/forums/winforms/gridview/radgridview-refresh-problem.aspx

you must implement INotifyPropertyChanged interface

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