User Profile & Activity

Handy Surya Support
Page
of 223

Nope. I also attached the screenshots to you.

Regards,
Handy

Posted: August 2, 2010 11:03 PM

Hi Yousif,

It is no matter where you want to put the information. It is just that we could not add the row.
However, based on my previous suggestion, you need to put or write in the element.
Previously, I suggested besides the footer.
 But you can also add <tr><td> element before or after the footer element. With this way, you can achieve your point.

E.g, In my attachment sample, I use a element before the footer element. I modify the height and put the text in there. You can also try to do the same method. I am sure it would work. You only need to place it in the correct place and give some design style of the element.

Hope this helps.

Regards,
Handy

Hi Yousif,

Actually, I am unable to see your code lines. Maybe, it is cached. After you removed them, try to refresh the page to see if the code lines are still in there or not.

Regards,
Handy

Hello Jeejee,

Currently, we don't have a hierarchical view or + like WebGrid.Net.
However, we support data drilling. 
You can double click a row object and see for the child level inside.
Please look into our sample at http://sirius2.intersoftpt.com/presenter/ and try to see data drill sample.

Regards,
Handy

Posted: August 1, 2010 11:00 PM

Hi,

I am glad that you like our control.
FYI, we already have a standart for the toolbox. But we really appreciate the feedback and I will let our developer teams know about this.

Regards,
Handy

Posted: August 1, 2010 10:56 PM

Hello Yousif,

Unfortunately, this scenario could not be done. However, if there is too many records, the added row would be inserted into the last and users would hardly notice the information. They would need to scroll down to see the information.

My suggestion, you can write the information besides in total footer element. 

Regards,
Handy

Hi Yousif,

Actually, It is not an issue in virtual load. "CalculatePerPAge" properties is designed for ClassicPaging scenario and it only aggregate data per each page.
In virtual load, you will need to handle itself. Manually calculate the total agregate for the next load and add with the previous load total. After that, write the new aggregate into footer element.

Hope this helps.

Regards,
Handy

Posted: July 30, 2010 10:52 AM

Hello Anjali,

It seems you will need to use WebFileUploader component in your web page. WebFileUploader is one of WebTextEditor component. Please open our WebTextEditor sample and documentation. It will help you about how to use it.

Regards,
Handy

I am sorry. It was EnableWebResources. Please see the attached screenshot. FYI, you should register SmartWebResources when you are using WebApplication or FileSystem project.

Regards,
Handy

Well, you will need to change it via Frame object element.

E.g, I changed the text via Button Click itself.

function WebButton1_OnClientClick(controlId, parameter)
{
	var WebButton1 = ISGetObject(controlId); 
	WebButton1.FrameObj.innerText="Test1";
	return true;
}

 

Regards,
Handy

All times are GMT -5. The time now is 2:01 PM.
Previous Next