iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
When I use UXGridView functions of NewRowPosition , I have set EmptyRowsVisibility="Visible" NewRowPosition="Bottom" EnterNewRowOnClick="True", but when I click the Empty Row ,it could not add any new row(Please see the Attached picture),I wonder if my operation was invalid? And how to realize it? Thank you !
Please ensure that the following condition has been met in order to implement Bottom NewRowPosition.
protected virtual void LoadData() { this.IsBusy = true; this.DataSource.GetData ( ... (items) => { this.IsBusy = false; this.Items = new PagedCollectionView(items); }, ... ); }
protected virtual void LoadData() { this.IsBusy = true; this.DataSource.GetData ( ... (items) => { this.IsBusy = false; this.Items = new PagedCollectionView(new ObservableCollection<T>(items.Cast<T>())); }, ... ); }
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname