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 Paul,Unfortunately you are unable to set style(color) on client side event (OnAfterResponseProcess). If you want to set a style, a codes had to set in Server side. And I suggest you to use on InitializeRow event.
For example :
protected void WebCombo1_InitializeRow(object sender, ISNet.WebUI.WebCombo.RowEventArgs e) { e.Row.Cells[0].Style.BackColor = System.Drawing.Color.Orange; }
Hope this helps.Riendy
Hi Eric,I could replicate your issue (a) on my simple sample. This issue appears only when call a data in server side. I have forwarded this issue to our development team.
For the second issue (b), it is on investigating now. Please let me know if there is another information for these issues.
I will let you know for the updates soon.
Thank you.Riendy
Hello Carlos,Unfortunately I could not replicate your issue. But, I have tried a simple sample using UXFileUpload and UXButton. The scenario is when the upload started, I interrupt uploading by clicking UXButton.Inside UXButton, I only add CancelUpload method.This scenario works well on my end. So, I infer that the issue did not come from CancelUpload method.The issue might be came from the validation.Could you please give me a simple runable sample that reproduce your issue ?Regards.Riendy
Hi Yousif,This is a current behavior of WebGrid. When our developers planned to develop this method, they planned to develop a method which is handle Expand/collapse from the selected row.
But, after I discussed with the developer, They said that they will develop a method that can handle expand and collapse all rows as you expect. And the old expand/collapse all behavior's name will be changed.
I ensure that expand/collapse all method already on feature request queue.
Hi Udayan,
Basically to save a table structure in some state, you have to save the structure when it's on the right structure which you want. Then you should use LoadTablesStructure method to load the structure which you saved before (or based on table structure file).
For a simple sample, you can create a WebGrid then Bind the data and add 2 button to save and load the structure. Next, on button1 and button2 click event, please follow the snippet code above.Attached is a simple runable sample that show you how to save and load the table structure in WebGrid.
Please let me know if you still unable to save and load the table structure in WebGrid.
Thanks.Riendy
Hello Eric,
First of all, I'm sorry for the latest respones.After had a discussion with a developer, you should set AllowAutoDataCaching property to false as you did to disallow auto data caching.If it is run not as expected, please ensure that you have called a dataSource in a right pattern. You have call a DataSource in OnInitializeDataSource WebGrid's event.
Please let me know if you have put it in the right state and it still not working.
Regards.Riendy
Hello Cameron,
When you use a control inside cellTemplate, the ID of a control would be changed, so you are unable to call the ID which you created before. That is why your WebGrid work perfectly when you set the panel outside the WebGrid, because you are able to call the current ID. But when you did the same way inside the cellTemplate, it won't work as well as outside WebGrid because you're not calling a right ID.
If you want to check the ID whether it is change or not, please take a look at the view page source on your browser.
To solve this problem, you should call a similar ID. I suggest you to use findControl method to set the ID inside the cellTemplate.
Hi Frank,Of course you are possible to do that event. But, you are unable to use checkBox control to get the value because checkBox only get 0 or 1 return value. If you want to use checkbox to return "company 1" until "Company 4", I suggest you to use a session as a parameter, so you have to define each checkbox value if checked or null if unchecked on page load and set each autoPostBack checkBox property to true. I tried this one and it works well on my end.
Best regards.Riendy
Hi Eric, There's no one of our sample that show you how to bind a data to a WebGrid, based upon a selection in another grid. I have created a simple runable sample for you. In that sample, when you click WebGrid2's row number 1,3,5, ..., WebGrid1 will bind customers data, and for the other state, it will bind employees data.
Attached is a simple sample. You can modify the logic based on your scenario.
Hi Cameron,We've never met the scenario like this before. Could you please describe me more detail about your scenario ? Did you mean that you have control in a cellTemplate, and then if you hover to that control/cellTemplate, it will display a multiple hyperlink that you can choose ? If yes, please let me know what control that you use in cellTemplate.
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