User Profile & Activity

Julia Wijaya Support
Page
of 24
Posted: February 18, 2010 5:44 AM

Hi Koby,

 

Using our latest hotfix for the WebTextEditor we didnt't manage to replicate the issue. Try to apply the latest hotfix using Update Manager or manually download it in My Component of your TDN account.

 

Regards,

Julia

Posted: February 17, 2010 5:51 AM

Hi Yousif,

 

We don't have spesific date about feature request, because it will depends on the development team about possibility to implement this feature. I will try to ask the development team again regarding the possibility to implement this feature request.

 

Regards,

Julia

Posted: February 17, 2010 4:44 AM

Hi Allan,

 

By using server-side programmatically, the result would not pop up automatically. To make you can get into the result easily, I suggest you use e.g. label control for this.

Below is the sample code:

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs)
    WebGrid1.ExportGrid(SetDynInfo())
    Label1.Text += "<br/> <a href = 'TempReports/WebGridToPdf.pdf'>[WebGrid to PDF]</a> "
End Sub
Private Function SetDynInfo() As DynARInfo
    Dim dynInfo As DynARInfo = New DynARInfo("pdf", Server.MapPath("./TempReports/"), "WebGridToPdf")
    dynInfo.IISReportPath = "/TempReports/"
    dynInfo.DynPageOrientation = PageOrientation.Portrait

    Return dynInfo
End Function

You can find this sample in our WebGrid's Sample > ProgrammaticExportServerSide.aspx.

 

I hope this help.

 

Regards,

Julia

Posted: February 17, 2010 4:39 AM

Hi Pat,

 

Intersoft AppForm was created because previously our controls didn't support XHTML doctype. But now WebScheduller 3 has support XHTML doctype, it would be no problem if you use the usual WebForm.

But if you want refer to Intersoft AppForm, it would be the same as if you use WebForm with changing the doctype into

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >

<html>

For VB sample, you can find it in :

C:\Program Files\Intersoft Solutions\Intersoft WebUI Studio [version] \Samples\For ASP.NET\ISNet.WebUI.Samples\vb\WebScheduler

Or in start menu > Intersoft WebUI Studio [version] > WebUI Studio for ASP.NET > Web Scheduller > VB Samples (Visual Studio 2008 Solution)

I Hope this could help. Please let me know if you need another help.

 

Regards,

Julia

Posted: February 16, 2010 6:31 AM

Hi Yousif,

 

I'm sorry for misunderstood some of your issue. I try to do some test as you mean on the sample I give you before. However, I still got no problem with sorting. When I sort the checker column, the checkbox in header column is still appear (you can see it in my attachment video name RowCheckerSortingFlypostback.rar). And about flypostback, in my video before show that I put two button which one is triggered flypostback and the other is fullpostback. I'm clicking on refresh column that exist in WebGrid too, but as you can see, the rowchecker header is still there.

 

However, you absolutely right about the grouping, I'm sorry for this (this is the part I misunderstood your issue). Unfortunately, there is no workaround for create "custom row checker header column" in grouping mode yet. When you do grouping or removing column, the whole structure of the grid will be change, while the code in my sample (colHeaderElement.childNodes[0].childNodes[0].childNodes[1].childNodes[0].appendChild(cb);) is static as you don't mention this details on first question or shown on screenshot.

 

I would like to recommended you to used our existing "Is row checker column" method that working really fine in grouping (although unable sorting), but as you need to create it customize, I have been forwarded about header column template that you have been request before. I will inform you for any news regarding your request.

 

Regards,

Julia

Posted: February 15, 2010 6:07 AM

Hi Yousif,

 

I'm apologize but I cannot reproduce your issue. I was try my sample that I gave to you with additional like set Allow Add New, Sorting, and Grouping to true, and also put button for testing the Postback. As you can see in the attachment of video below (RowChecker.rar), the RowChecker is always there alhtough the page reload. If it possible, can you please give me your sample issue? Since I unabled to replicate your issue, I can't investigate it further. Thank you.

 

Regards,

Julia

Posted: February 15, 2010 4:18 AM

Hi Peter,

 

Unfortunately currently there is no method for keep the value of "AddNew" when you click on another row. But you can request this valuable feedback to Developer Network> Community Center > Product Feedback > Feature Request with detail description of how this feature want to be implemented. Thank you very much and please let me now if you have another questions.

 

Regards,

Julia

Hi Jocelyn,

 

I have tested your code in two ways. First, I modified our WebGrid's sample by replacing all with your code. And second way, I create new file and copy your code there. Unfortunately, they are working fine as viewed on the video that I attached below. Also I put my sample new file here, could you try it in your place and let me know the result?

For your information, I used WebGrid 7.0.7200.401, WebInput 4.0.7200.2, WebUI Framework 3.0.5000.751.

Please don't forget to update your project bins, include the bins in our sample in case you use it as your project.

 

Regards,

Julia

Hi Tenika,

 

You need to add some modification for your sample. Here I attached you modified sample. Please find attachment with name FixWebTab.rar. I hope this could help.

 

Regards,

Julia

Posted: February 11, 2010 5:57 AM

Hi George,

 

I will inform this to the web developer so they can investigate your issue. Thanks for the feedback.

 

Regards,

Julia

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