User Profile & Activity

Niven Prasetya Member
Page
of 25
Posted: October 28, 2010 6:20 PM

Hi Richards,

To bind the data you can use DisplayMemberPath and ImageMemberPath. See my attached MVVM sample.

For further information you can look into our ClientUI samples under Input and Form Controls -> Combo Box.

The definition of more than column displayed, did you mean by multiple column? I believe it is not implemented yet.

Hope this helps,


Niven.

Hi Dave,

I just heard a news regarding this issue.

Actually this is not a bug.

You need to set the Grid's culture to match the data format string. Otherwise, the .NET framework doesn't understand which format that submitted to it.

Hope this helps.


Niven.

Posted: October 28, 2010 4:21 PM

Hello,

I just received a reply from the developer team. The feature is not implemented yet.

If you want, you can always make a future request under your TDN.

Thank you and have a nice day.


Niven. 

Posted: October 28, 2010 12:20 AM

Hello,

I'm not really sure what is wrong. but everythings went fine on my side.

Have you install our new SP1? If not yet, please install our new release SP1 and let me know if the issue is still persist.

Thank you and have a nice day.

 

Niven.

Posted: October 27, 2010 10:34 PM

Hello.

About background, we loved to do that. Since to due of our massive tasks, we are trying our best to deliver the background to you but we can't promise the exact time frame on this one, although we will try our best to make this happen.

Hope you understand.

Thank you for your interest and have a nice day.

 

Niven.

Posted: October 27, 2010 12:45 AM

Hi Yiannis,

Could you please be more detail? Did you mean by attaching a background in UXDock? if yes, you can do that by using the BackgroundImageCenter property and maybe you can set the BackgroundWidth property to your preferable size.

Hope this helps.

Thank you

Regards,

Niven.

Posted: October 27, 2010 12:39 AM

Hi Yiannis,

The OnNavigatedTo method will be invoke only when you implementing the UXFrame and using the UXPage.

Why it is always disabled because the OnNavigatedTo method will not work on others than above requirement.

Hope this helps.

Regards,

Niven.

 

Posted: October 26, 2010 11:14 PM

Hello Frank,

I have talked with the developer team and they will fix this issue after the next release which is soon.

Thank you for your patience. I will let you know if there's any updates on this issue.

Thank you and have a nice day.

Niven.

Posted: October 26, 2010 11:31 AM

Hi Vantu,

I have tried your scenario and no success, I have follow your scenario to the developer team. I will keep you update when I have heard any news regarding this scenario.

Thank you and have a nice day.

Niven.

Posted: October 26, 2010 10:49 AM

Hi,

Please try the following code

function WebCombo1_OnAfterItemSelected(controlId)
		{
			var WebCombo1 = ISGetObject(controlId);
			var wcSelrow = WebCombo1.GetSelectedRow();
			var wcSelcel = wcSelrow.cells[3];
			var wcSelText = we.Selcel.innerText;

			var grid= ISGetObject("WebGrid1");
			var wgSelobj= grid.GetSelectedObject();
			var wgSelRow = wgSelobj.ToRowObject();
			var wgSelcel= wgSelRow.GetCells()[4].SetText(wcSelText);
			
			return true;
		}

Hope this helps

Regards,

Niven

All times are GMT -5. The time now is 9:25 AM.
Previous Next