User Profile & Activity

Handy Surya Support
Page
of 223

Hello,

It is not shifted because there is no select parameter method in there. You did use parameter, but there is no specific method to handle the parameter.
In your sample, the parameter is correctly sent. But even though the parameter is correct, there is no operation to filter the parameter at all at back end. Perhaps, in your Select logic, you need to add your filter expression or query.

Example:  

 DataView view = new DataView(table);
 view.RowFilter = "VisitDisplayName = " + "'moduleName'";

 In this way, you won't need to call any code in button click, because everything would be handled by select method in ISDataSource.

Regards,
Handy

Posted: September 7, 2011 11:35 PM

Hi,

You need to re-define the path in ImageSettings via javascript. Somehow, path is still looking into CommonLibrary.
 var imgSet = dm.ImagesSettings;
 imgSet = ~/Images/;
Regards,
Handy

Posted: September 7, 2011 11:32 PM

Hello,

Currently, Our ClientUI works for SL3&SL4 environment. We also aware about SL5 that is coming up and we do have a plan to deliver SL5 support. So, I think you should no worry about SL5. 

Regards,
Handy

Posted: September 7, 2011 10:38 PM

Hello,

I am glad that you resolved your previous error. Regarding your current issue, Can you send me your web.config? There should be no problem when running authentication. Our product mostly has been used inside authentication scenario by our customer. Perhaps, you would need to clear the browser cache and asp.net Temporary files in C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files.

Regards,
Handy

Posted: September 6, 2011 11:23 PM

Hello,

The problem is dlg.ImagesSettings still has an old images settings. Please try to define your image settings again in dlg.ImagesSettings and let me know if the issue still persists.

Regards,
Handy

Hello,

Yes, I know. Normally, UXPage is always in Maximum size. Perhaps, you container which loads UXPage is not maximize. 
E.g In our ClientUIDesktopApplication template, Welcome.xaml is a UXPage which load inside a window.
As default, it always show in full container. You can define the loaded window/container just from its window/container property. If you use window as its container, it surely has properties that I mentioned before.

But if it is purely UXPage itself, the position can be set WindowLeft and WindowTop properties.

Regards,
Handy

Posted: September 5, 2011 11:35 PM

That should be not happening. Can you send me a simple working project that replicates this issue?
I will try to see what's wrong in here.
Is you project a WebApplication project? If yes, please ensure that Copy local property of each assemblies is set as true (click a assembly in references folder and press f4).

Regards,
Handy

Hello,

You can specify its height and width in height/width property. To set maximize for window, simply change WindowState property to Maximize. Last about window startup position, you can configure the position in WindowStartupLocation property.

Regards,
Handy

Posted: September 5, 2011 5:22 AM

Hello,

Can I know how you set your the path of your custom image? Is it from client side script? Or from properties? It would be more helpful if you can let us know your page structure.

Regards,
Handy

Posted: September 5, 2011 5:18 AM

Hello Yousif,

If that so, we suggest you to turn off AllowShowAllRowsOnDropDown. We also have LoadOnDemand.aspx sample in our WebCombo samples by using ISDataSource. FYI, you can also use CustomObject or even StoreProcedure in ISDataSource.
You can also see that in LoadOnDemand scenario, AllowShowAllRowsOnDropDown would be ignored even though your turned it on. 

Regards,
Handy

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