User Profile & Activity

Dicky S Support
Page
of 8
Posted: September 27, 2009 11:12 PM

You can try to refresh WebGrid on client side using OnPaneItemClick event provided in WebExplorerPane. So everytime user click on it you can find the WebGrid object and refresh it manually.

But I'm affraid this can cause some problems because you are using IFrame content mode which is it will make you difficult to find WebGrid Object, and also I think it will cause a problem if IFrame still loading the content while you trying to find WebGrid object. So I propose you to use SetCacheability as mentioned before.

Hi Joe,

Actually you can change the TextBox for field Location with DropDownList or event you can add your custom field in WebScheduler. We have provided a sample which you can find in WebScheduler sample project. The sample named EventOrganizer.aspx.
In that sample there are two additional fields which are : Notes, and TotalAttendees which added in EditingForm_Extended.aspx (Custom Editing Form)

About George's request, he asked more advance feature in WebScheduler which can allow user to view all events based on its Location, meanwhile for now we can only group it by the Resources. And we are still investigating the possibility to be implemented in WebScheduler. So Thanks for George for the valuable feedback.


Best Regards,

Dicky

Posted: September 27, 2009 10:36 PM

Hi Requena,

Unfortunately we didn't support that scenario, and I think it can make the user confuse. If you want to give a mark for the specific event for one resource, then you can use Category field. Please check attached screenshot.

Best Regards,

Dicky

Posted: September 23, 2009 9:54 PM

Hi Michael,

That could happens because ASP.NET still cache the page which loaded from iFrame. To have a fresh data after first load then you need to disable response page in your page that contains WebGrid. You can put these codes on Page_Load event of yourwebgrid.aspx:

Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetValidUntilExpires(false);

Hope this helps.

Posted: September 23, 2009 9:31 PM

Hi Vince,

Actually we have provided a sample that should help you to find the solution for your question. And evenmore there are complete client side method in that sample.
You can get the sample from our WebGrid sample project named Client_ProgrammaticUI.aspx. I've also uploaded the sample page for you. Hope this helps.

Posted: September 23, 2009 2:16 AM

Hi Ram,

It could be happen because you use the latest build version of IS Products but you didn't apply the latest build version of Framework. So you need to update the Framework assemblies which are ISNet.dll, ISNet.WebUI.dll, and ISNet.WebUI.Resources.dll.

PS: Related topic can be found here http://www.intersoftpt.com/Community/WebGrid/Field-not-found-ISNetWebUIProductInfoTag/

Yes please submit it in TDN (Developer Network >> My Community Center >> Product Feedback tab).
You can add this thread link as reference so it can help our dev team to investigate the issue. 

Thank you for your feedback.

Hi George,

I just created bug report with ID.417, and I also have give a highest priority for this bug report. Thanks for your sample. I'll back to you when I got any news from our dev team.

Yes, I have checked that behavior and able to reproduce the issue here. But I'm not sure whether this is what our developer designed for WebGrid onCellSelect behavior. 
One for sure if you focus in one of cell in NewRow of FilterRow by click on it and then press TAB the onCellSelect event will be triggered. While if user using keyboard arrow buttons the cell only highlighted but not selected. I think this is the reason why onCellSelect won't be triggered for this scenario.

I suggest you to submit feature request regarding this issue, so our dev team can check the possibility or  implement new client side event that can handle your scenario.

Kind Regards,

Dicky

Posted: September 16, 2009 9:17 PM

Hi,

Please make sure if ISNet.dll, ISNet.WebUI.dll are updated in your GAC (C:\Windows\assembly). And also please make sure if you have updated the latest assemblies to your project BIN folder. 

And also try to clear cache ASP.NET temporary files if the issue still persist.

Hope this helps.

All times are GMT -5. The time now is 4:45 AM.
Previous Next