User Profile & Activity

Handy Surya Support
Page
of 223

Hello Shawn,

The tooltip only shows when the word length extends a cell width. Should you also see the same in your scenario?

Regards,
Handy

Hi,

So you know the requirements now. To repeat: I have a read-only hierarchical WebGrid. 


I am sorry but I don't quite understand about your requirement now. I know what you want to achieve but it seems your scenario is too complex. Would you mind to send me a simple sample that replicates the issue that you said in this scenario?
It would be more easier if we can meet up the perception.
I am sorry if there are any missunderstanding parts. 

Regards,
Handy

Posted: September 20, 2010 12:20 AM

Hello Shawn,

As you have said before that you would get me a sample for this issue.
I think it would be better for me to see the sample first. 
I need to replicate your issue to investigate your issue.

Regards,
Handy

Posted: September 20, 2010 12:16 AM

Hello Madhavan,

Ok, I would discuss this issue with our developer teams.
However, I suggest you to use XHTML standard doctype and attribute for the best result.
If you use a tool such as xhtml w3c for xhtml validation, the page will fail.

You can also refer to the post in link below, to see that there is XHTML validation issue in SP2010.
Please let me know your response.

http://www.siolon.com/blog/sharepoint-2010-and-xhtml-validation/
http://www.sharepoint4arabs.com/mohamedyehia/Lists/Posts/Post.aspx?ID=25

Regards,
Handy

Posted: September 19, 2010 11:49 PM

Hello Rolf,

Ok, Glad to hear that. I would save your xml language and forward this to our development teams.
Hope they will include this culture in next release. Thank you for your help.

Regards,
HAndy

Hello Shawn,

I did not face the issue in tooltip at all. Would you mind to send me a simple sample of yours? 
FYI, I also tested with your snippet code.

Regards,
Handy

Hello,

I think it is not possible to do because it is read only. Even though you can SetText, however the value is not changed.
That's why you could not obtain the value in viewstate because the value is not changed.

Regards,
Handy

Posted: September 17, 2010 6:13 AM

Hello Madhavan,

For height issue, I believe, you can see the thread in this link.
I tested your sample. It can be also replicated without Sharepoint. The issue is under your xhtml attribute type.

xmlns:o="urn:schemas-microsoft-com:office:office"

 Please change it into

xmlns="http://www.w3.org/1999/xhtml"

Regards,
Handy



Posted: September 17, 2010 5:25 AM

Hello,

When you purchased our product, you should be informed by email about your user id and passowrd.
Please try to check the email that you used to buy the product.
If you could not find it, please send a request to accounts@intersoftpt.com include your order Reference number.

Regards,
Handy

Hello Shawn,

Do you mean for each cell? Because we don't have EditType for row. We only have EditType for WebGrid Column in cell level.
You should not be able to do at row level. Besides, Row object does not have SetText() method.

In order to do this in No Edit type, you can use SetText(). Please see the code below.

function Button1_onclick() {
            var grid = ISGetObject("WebGrid1");
            grid.GetSelectedObject().ToRowObject().GetCells()[1].SetText("Hello World", true,true);
           
        }

The last parameter is ignore edit type parameter. You can return true or false.

Regards,
Handy

All times are GMT -5. The time now is 3:58 PM.
Previous Next