User Profile & Activity

Hendrik Yulianto Member
Page
of 9
Posted: November 15, 2011 4:26 AM

Hi,

Could you provide step by step to reproduce your issue? so, i can do further investigation.

 

Regards,

Hendrik

Posted: November 15, 2011 2:50 AM

Hi Arun,


I discovered what the cause of your issue. In xhtml, the Height property cannot assigned with percentage value. This is not only happens in asp panel element, but also occurs in div element. So, if you assign the height property of your asp panel with percentage value, it will not be implemented. Even though there is no WebGrid inside

As workaround, you need to define the value of Height property from asp panel element in pixel unit. In your sampe, i tried to change your asp panel height (asp panel2 in master page) from 100% to 500px. The result, your sample can display properly now.

Hope this helps.

 

Regards,

Hendrik

Hi David,

I think you can use ColumnType property to add an "Add Row" button. By this property you can set the value of cells as button or button image. Then you can customize the behavior of your button or button image to perform some actions as you want.

You can see more about ColumnType in our webgrid documentation with title "Walkthrough: Using Column Types", also you can see more about button image in our samples with name NewButtonImageColumnType.aspx.

Hope this helps.

Regards,
Hendrik

 

Hi David,

I do not understand why the sample does not work well at your place, because the sample can work well here. What version of Firefox and IE are you using? I use Firefox 8.0 and IE 9. Although, actually it can be able to work well in any version.

Perhaps, you can try to run our lives sample below.
http://live.intersoftpt.com/cs/WebGrid/AllowAdding.aspx?noframe=1&path=/WebGrid/Data%20Editing

 

Regards,

Hendrik

Posted: November 14, 2011 1:09 AM

Hi,

There are any changes in preparation for release. We cannot give an exact date, but it still will be release in this month.

Regards,

Hendrik

Posted: November 13, 2011 10:22 PM

Hi,

sorry, I do not quite undertand about your issue..could you provide the screenshot? For the further information about NumericUpDown, you can find it in our webgrid samples with name, CustomEditorTypes.aspx.

 

Regards,

Hendrik

Posted: November 10, 2011 9:40 PM

Hi Michael,

For the time being, this couldn't be modified yet. But this will be enhanced by our deloper teams in the future. Thank you for your feedback.

Regards,

Hendrik

Posted: November 9, 2011 4:51 AM

Hi Arun,

Actually our webgrid supports doctype also lang attribute. But in your sample, i think your problems occurs because there are any styles does not work well. I tried to create a new Master page without various styles in your sample, and your sample is working fine. This makes me sure that your problem is occurs because of it.

Then , i tried to modify your code exactly in the master page. And your sample can working fine now. Below your code that i have modified.

//before
<body style="margin: 0px 0px 0px 0px; border-collapse: collapse;">

//after
<body style="border-collapse: collapse;">

//before
<asp:Panel ID="Panel2" runat="server" Height="100%" Width="100%" ScrollBars="Auto"
Style="overflow: auto;">

//after
<asp:Panel ID="Panel2" runat="server" Height="100%" Width="100%">

Hope this helps.


Regards,

Hendrik

Posted: November 8, 2011 10:14 PM
Hi Chan,

Yes, we have considered this issue as a bug. Unfortunately, there is no other way to resolve this issue for now. But I will report this issue to our developer teams.

Regards,
Hendrik

Hi Madhavan,

Unfortunately, we do not have the beta build as you mean. But our development teams ensure that the feature will be available in the next release and it worked fine.

Regards,

Hendrik

All times are GMT -5. The time now is 10:50 PM.
Previous Next