User Profile & Activity

Andi Santoso Support
Page
of 53
Posted: June 28, 2010 9:59 PM

Hi Adam,

     To use the css style class, we will need to decide on what element we wanted to change the style. For example. In my attachment of screenshot, we can change the Header style by setting the CssClass into our .css file.

      All the style that can be included in this css file are the one that available for the Header its self. I hope it can help. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 28, 2010 3:39 AM

Hi Christian,


     Thank you for your detail informations. I am able to replicate the issue and has forwarded this to our Developer Team. I will let you know as soon as I get news from our Developer team. Thank you and have a nice day.


Best Regards,

Andi Santoso

Posted: June 28, 2010 1:49 AM

Hi Nick,

     Could you give me more details on this? I am having a problem to replicate the scenario here. Perhaps, you could provide me with a simple sample or a couple of screen host regarding this.

     Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 25, 2010 4:19 PM

Hi Cristian,

      Could you provide me with more detail regarding your scenario please ? Perhaps, a simple sample would be much help for me to investigate your issue.

      Does you scenario is trying to get the value of an edited WebInput using a ASP.Net standard button to get the value in server side using FlyPostBack Manager? Please correct me if this not your scenario.

      Thank you and have a nice day.

Best Regards,

Andi Santoso


Posted: June 24, 2010 4:46 PM

Hi Luciano,

     When you created your project under FileSystem, you will need to use our SmartWebResources. Have you tried to right click on our component in design view and choose "Register SmartWebResources" ? When you do that, all the .Resources.dll should be added in your bin folder.

     Furthermore, in your web.config, there should be something similar to this:

<add assembly="ISNet.WebUI.Resources, Version=3.0.5000.400, Culture=neutral, PublicKeyToken=B1F2A635667A"/>

     For the trial notification, I will need you to send me two registry key files. However, since that registry key file is crucial(contains of your license ID), could you provide me with your email address which I can mention those two files location?

      I hope it can help. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 24, 2010 4:34 PM

Hi Heny,

     Deeply sorry for the mistaken, what I meant is if we are using WebInput as a Calender mode. The different between them is, only when we use WebInput, we can simply get its object by using ISGetObject("WebInput1"). Here is the snippet in order to do so:

        function Button1_onclick()
        {
            var grid = ISGetObject("WebGrid1");
            var getSelectedObject = grid.GetSelectedObject();

            if (getSelectedObject != null)
            {
                getSelectedObject.ToRowObject().GetCells()[3].ActivateEdit();
                setTimeout(function()
                {
                    ISGetObject("WebInput1").ShowEditor();
                }, 100);
            }
            else
            {
                alert("Please select a row first");
            }
        }

     Here is the snippet of WebInput code:

        <ISWebInput:WebInput ID="WebInput1" runat="server" Height="20px" Width="140px">
            <CultureInfo CultureName="en-US">
            </CultureInfo>
            <DateTimeEditor IsEnabled="True">
                <Behavior DropdownButtonToolTip="Tooltip on Dropdown button" />
            </DateTimeEditor>
        </ISWebInput:WebInput>

     However, if we use Calender DropDown, we will need to get the ID of dropdownlist and get them using document.GetElementyId. In this case, where DropDownList is attached to WebGrid, the ID will be set to <<WebGridID>>_CalDD, which is WebGrid1_CalDD.

      For the last questions, by you meant "gridcell is edited", does it refer to the other cell besides the CalenderDropDown cell ? Or perhaps, do you mean that if any other cells in WebGrid is being edited, the CalenderDropDown is automatically shown ? Please provide me with more detail so that I can create a simple sample under your scenario. 

      I hope it helps. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 23, 2010 12:03 PM

Hi Luciano,

     When you run your project in FileSystem, do you use our SmartWebResources? If you do, I am pretty sure that our resources will include this images. However, if you are not using SmartWebResources, please ensure that the ScriptDirectory is pointing to the right direction (which should be pointing to your common library folder).

     I hope it helps. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 23, 2010 11:22 AM

Hi Berkay,

     First of all, may I know on which side do you want to perform this action? Does it from server side (FullPostBack) or client side?

     From what I see on your code, it seems that you are trying to do this on server side, please correct me if I am wrong. However, if we call any FullPostBack action, I am pretty sure that the WebFishEye will re-render again and the stack button will be automatically collapsed.

     It would be different it you are using FlyPostBack Manager. So, could you kindly give me more specific information regarding your scenario and I will investigate it furthermore. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 23, 2010 10:42 AM

Hi John,

     At this moment, each column only can has one hidden data member column. Thank you and have a nice day.

Best Regards,

Andi Santoso

Posted: June 22, 2010 4:06 PM

Hi John,

     Yes, we can achieve this scenario by using HiddenDataMember. Attached is a simple sample using Northwind database, in this sample, the hidden column is "Fax". However, I set this fax column as a hidden data member and attach them to "Phone" Column.

     By clicking on the button, it will alert the value that contains in "Fax" column. I hope it can help you. Thank you and have a nice day.

Best Regards,

Andi Santoso

All times are GMT -5. The time now is 4:40 AM.
Previous Next