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
hello
thanks for your efforts
i require a sample with DAL of strongly typed dataset and you have sent a sample of strongly typed collection.
plz send me the same.
when will i get it..
thanks
i have already mentioned that it happens after execution of batchupdate event of webgrid
Even if i comment the code inside batchupdate event of webgrid , this happens.."xpReqDet" is a datatable to which grid's datasource given.
I suspect that after batch update it may be searching column in dataset "dsReqOrder" instead of datatable "xpReqDet".How can i rectify the problem
I have also checked turning off the batchupdate feature then also same error occurs
after execution of batchupdate event of webgrid,i am getting error "Can't find DataColumn with name "PSEUDO_LINE_ID" in the specified datasource" .When i debug i found that it exists in datatable "xpRequisition.dsReqOrder.xpReqDet".....
It also updates data in datatable but still shows the error "Can't find DataColumn with name "PSEUDO_LINE_ID" in the specified datasource"...I can't send you a simple sample as my project consists of devexpress dlls that are used in master page..Plz help me fed up with this error .....trying continuously since past two days....It's urgent....
protected void gvRequisition_InitializeDataSource(object sender, ISNet.WebUI.WebGrid.DataSourceEventArgs e) {
{
e.DataSource = xpRequisition.dsReqOrder.xpReqDet;//.dtReqdet;
}
UPdetails.Update();
MapChangesToObject(rowChanges.Data, TypeGuid);
gvRequisition.AddBatchUpdateException(new WebGridBatchUpdateException(rowChanges,
row = xpRequisition.dsReqOrder.xpReqDet.Rows.Find(strkey);
row[cellData.Column.DataMember] = cellData.NewText;
</ISWebGrid:WebGridColumn>--%>
yes i tried it ,when the page is offline and zoomed then also same issue occurs
I got why you can't replicate the second issue (if the page is zoomed then only you will replicate the issue ).My issue was----
2.If you see the file i have attached , in IE 8 ,initially i am able to see dropdown button but once i click it,it disappears ...how can i avoid the same...
To replicate the issue first zoom the page littele bit and then click on dropdown button
I have 2 questions....
1.Regarding the WebComboShowingDialog.zip which you have sent , In IE 8 it works.... but in mozilla i am still able to see resultbox ...why is so...how can i hide it in mozilla
You have sent me a sample of opening dialogbox in OnAfterItemSelected event whereas i want to open the dialog box on press of dropdown button.How can i do the same. Also I don't want dropdownlist to appear i just want dialog box on press of dropdown button ...Is that possible.... How....
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