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
I want to use “LoadingRow” Event of UXGridView,but it does't exist.
What is the workaround?
Hello,
Can I know what is the purpose? Are you looking for Loaded or LoadingRow event?
Regards,Handy
I want to generate serialnumber in the first column of grid.
when i use datagrid of microsoft,i can do like this:
dataGrid1.LoadingRow += new EventHandler<DataGridRowEventArgs>(dataGrid1_LoadingRow);
void dataGrid1_LoadingRow(object sender, DataGridRowEventArgs e) { int index = e.Row.GetIndex(); var cell = dataGrid1.Columns[0].GetCellContent(e.Row) as TextBlock; cell.Text = (index + 1).ToString(); }
Yes, currently we don't have that property. Our developer teams decided to not implement this because our ClientUI deals with MVVM, not with the view. Mostly, you need to manipulate it in your LoadData method. Simply add a partial class or property, then generate the value automatically in its class/property.
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