User Profile & Activity

Handy Surya Support
Page
of 223
Posted: February 20, 2011 8:55 PM

Hello,

To avoid duplicate thread, please see the reply in this thread.

Regards,
Handy

Posted: February 20, 2011 8:44 PM

Hello,

When adding out control in design mode, this tag would be automatically registered and created in .aspx.

is their any alternative to execute the sample without installing webUI studio

is thier any alternative c# code

What are you pointing to? Also, there are several controls inside WebDesktop component. Which one that you were looking for?

Regards,
Handy

Posted: February 18, 2011 4:45 PM

Hello Mark,

It depends on what product that you have currently.
If your component still the latest version, to keep using latest hotfixes of product, you can use UpdateManager.
But if we release new product in next release, then you have to install the latest installer.
The download also depends on your internet connection.
However, we also have a web installer which is lighter than full installer.

Regards,
Handy

Posted: February 18, 2011 4:41 PM

Hello,

So, you mean that you want to add a link/hyperlink button in there to accept the new row?
Normally, you can do it with using shift + enter. But, if you want to add a link/hyperlink button, you need to get the element of the object and insert link/hyperlink button in there.
However, wouldn't link/hyperlink button cause FullPostback to the page? If it does fullpostback, then I think would not be possible to use.

Regards,
Handy 

Posted: February 18, 2011 4:29 PM

Hello Paul,

As far I know,  there should be no effect when using the culture. For temporary workaround, I suggest you to use WebInput. With WebInput, you can also customise Edit and Display format or event the masked format.

Regards,
Handy

Posted: February 18, 2011 8:34 AM

Hello Fung,

My Images is stored in \ProjectFolder\Images\ and my .isl point to the .\Images\ as ImagesDirectory .If the aspx page is stored in \ProjectFolder\ everything goes fine. But when I open a page stored in \ProjectFolder\SubFolder\ The Images of the control is no able to load. 

When you changed the path, you would also need to change the path in your image directory. This already its default behaviour. Besides, using .\Images\ means it would go up one level. That's why it works if your stored in \ProjectFolder\.
How if you changed the path into Images\?

Regards,
Handy

Posted: February 18, 2011 8:13 AM

Hello Murthy,

Have you tried to bind in InitializeDataSource event? For more information, please open our WebTutorial>>V3.1>>BindingFlat.aspx.

Regards,
Handy

Hello Nicolas,

Ok, Thank you for letting us know. We will do our best to fix this asap.

Regards,
Handy

Hello Eric,

I am sorry that I was not clear enough to let explain the detail.

The problem is that with your proposed solution I have two database calls, which is not acceptable. Also the full-width "no data" display doesn't work.

	Protected Sub grdUpper_InitializeColumn(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.ColumnEventArgs) Handles grdUpper.InitializeColumn
		If e.Column.Name = "Description" Then
			If DatabaseCall(_tblName).Tables(0).Rows.Count() = 0 Then
				e.Column.Width = cWidthFull
			End If
		End If
	End Sub
Protected Sub grdLower_InitializeColumn(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.ColumnEventArgs) Handles grdLower.InitializeColumn
		If e.Column.Name = "Description" Then
			e.Column.AggregateFunction = AggregateFunctions.Custom
			e.Column.FooterText = "Count: "
			If DatabaseCallLower(grdUpper.SelectedRowKeyValue).Tables(0).Rows.Count() = 0 Then
				e.Column.Width = cWidthFull
				grdLower.RootTable.Columns.GetNamedItem("A").Visible = False
				grdLower.RootTable.Columns.GetNamedItem("B").Visible = False
				grdLower.RootTable.Columns.GetNamedItem("C").Visible = False
				grdLower.RootTable.Columns.GetNamedItem("D").Visible = False
			End If
		End If
	End Sub

The row counts is not 0, but 1. That's why the grid does not keep the full width.
Regarding the solution for your scenario, I will try to talk more with our developer teams.

Regards,
Handy

Posted: February 17, 2011 10:14 AM

Hello Paul,

Ok, I can replicate the issue. It is not because the culture. I can also replicate the issue in default culture.
It seems this the DataFormatString issue.
For some missing text issue in en-GB culture, please refer into http://www.intersoftpt.com/Community/WebGrid/Localization/.

Some of list has not been filled. You can fill it manually regarding the previous thread.

Regards,
Handy

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