User Profile & Activity

Bernard Xiang Member
Page
of 52
Posted: November 11, 2012 9:57 PM
Hi John, 

I'm trying to replicate your issue in our local end. But unfortunately using your first layout settings, your the word is still wrapped when I sort the WebGrid. Could you explain me more detail or give me screenshot the problem that show up in you WebGrid after you sorted the WebGrid? 

I attach my sample here. It's the same like FirstExperience.aspx with your first configuration. I'm using this sample in my local end and I can't replicate your issue here. If possible, could you let me know the version build of your WebGrid and your framework (you can see this on Details tab in Properties Tab). Hope this helps.

Regards,
Bernard
Posted: November 7, 2012 11:30 PM

Hi Daniele,

I think you can choose whether it will be stored in PageCache (browser), Session (browser), or FileServer (IIS Server). You pick one of them as you cache storage by using DataCacheStorage property. WebCombo will load the data at first load then it will load the data from its cache while postback. Hope this helps.

Regards,
Bernard

Posted: November 7, 2012 8:43 PM
Hi Bjay,

Glad that you have solved your problem. If you have any further question, please don't hesitate to ask us.

Regards,
Bernard
Posted: November 6, 2012 11:51 PM

Hi BJay,

I've analyzed your problem. If you want to open new window when you click WebNotification to your desired page you can used this code:

function Button1_onclick() {
    var WebNotify = ISGetObject("WebNotification1");
    var myNotification = WebNotify;
    myNotification.ContentText = "This notification is sent from button click. Check it out!";
    myNotification.CaptionText = "NotifyWindowURL does not work";
    myNotification.NotifyWindowClickable = true;
    myNotification.NotifyWindowURL = "http://www.intersoftpt.com/";
    myNotification.NotifyURL = "http://www.intersoftpt.com/";
    WebNotify.Notify(myNotification);
}

You can put NotifyURL attribute inside your WebNotification in client-side. It works fine here if I used this code. You can try to implement this code in your local end. And please tell me if this matter still happen on your local end. Hope this helps.

Regards,
Bernard

Posted: November 6, 2012 9:02 PM

Hi Vincenzo,

WebCombo only load the da]ta from database or server side only from the first loading. Then after that, it only take the data from the cache. That's default behaviour from WebCombo. On first matter maybe WebCombo load the data with the specific pattern that you saved in HiddenField. So you might be seeing WebCombo abit late to show its data. This is behaviour of WebCombo that we couldn't change. And for the second matter, we couldn't do this scenario because it will pop up and show the item with the same patter as default value. You can select the item that you want but it will change the value of WebCombo (example: Default value is 1111 and showed at new row, it pop up and select the 3rd row. The value of webcombo will change and it will make the resultbox has different row. It's not same like before). Hope this helps.

Regards,

Bernard

Posted: November 5, 2012 10:26 PM

Hi Eric,

Maybe for this scenario we can trigger click action on WebPaneManager's grip by using this code on server-side:

ClientScript.RegisterStartupScript(this.GetType(), "msg", "<script language='javascript'>window.setTimeout(function (){document.getElementById('ws_WebPaneManager1_Pane0_V_grip').click();}, 10);</script>");

ws_WebPaneManager1_Pane0_V_grip is Id that you can get from grip's image from WebPaneManager. The collapse progress start when image inside splitter between two have been pressed. So we can trigger the javascript from client-side in server side by using that code. But this just a workaround regarding your problem. We currently enhance WebPaneManager to support HTML5 and it is better if we have elegant method from server-side regarding this matter. If you want, I'll make this as feature request to our developer team. Hope this helps.

Regards,
Bernard

Posted: November 5, 2012 8:58 PM
Hi Vincenzo,

I couldn't send you the project here because the assembly is too big. But I've made you a simple way to run the project in your local end. First you can made new WebSite with Intersoft Empty Web Site template and then you can extract this files in your website. Then you can view in browser the WebGrid_WebComboPersistText.aspx files from you solution explorer. Hope this helps.

Regards,
Bernard
Posted: November 4, 2012 10:07 PM
Hi Eric,

Unfortunately for this matter, it can only been done with client side function. This maybe because it needs to change its render when the pane is collapsing. You can use the client-side event for doing this. Is there some scenario that you want to achieve? If there's any scenario that you want to achieve maybe I can suggest this as feature request to our developer team. Sorry for this inconvenience.

Regards,
Bernard
Posted: November 2, 2012 2:26 AM

Hi Udayan,

Unfortunately, our product doesn't support changes in exported pdf. Maybe if you want, I can put this as feature request and suggest this problem to our developer team. Look forward to hear any feedback from you so I can help you further.

Regards,
Bernard

Hi Pierre,

I can't replicate this problem using WebGrid 8. This problem might be had been solved by our developer team. You can try to use your code in our WebGrid 8. Hope this helps.

Regards,
Bernard

All times are GMT -5. The time now is 1:52 PM.
Previous Next