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,
Your webgrid does not supoort property for webcombo column into webgrid as readonly.
Once I set to readonly then adding new row in the column does not support.
To do, I added code in prepare_databinding event of grid as bellow:
if (MyColumn.Name == "MyColumnName")
{
MyColumn.Caption = "New Name";
MyColumn.EditType = EditType.NoEdit;
MyColumn.FilterEditType = FilterEditType.TextBox;
MyColumn.NewRowEditType = NewRowEditType.<DOES NOT HAVE WEBCOMBO>;
}
You can see enum values of NewRowEditType:
public enum NewRowEditType
SameAsEditType = 0,
TextBox = 1,
DropdownList = 2,
NoEdit = 3,
Checkbox = 4,
CalendarCombo = 5,
Please add this feature or give me solution to do.
Regards
Sachin Jain
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