Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
WebDataGrid UnboundDataField filtering
posted

Hi,

I have a simple datawebgrid that contains an UnboundDataField, this unbound field gets the data based on another Columns value on Initializing the rows. My issue that I can't filter this unboundDtatField , whatever I filter is gives me 0 records.

could please assist me?

   <ig:UnboundField Key="temptitle" Width="250px">
                                <Header Text="Document Title">
                                </Header>
                            </ig:UnboundField>
                            
                            
                             <Behaviors>
                            <ig:Activation>
                            </ig:Activation>
                            <ig:Filtering>
                            </ig:Filtering>
                            <ig:Paging PagerMode="NextPrevious" PageSize="10">
                            </ig:Paging>
                            <ig:Selection>
                            </ig:Selection>
                        </Behaviors>

Parents
No Data
Reply
  • 1660
    Offline posted

    Hello,

    I have created a small sample trying to reproduce the described behavior. I am using WebDataGrid with version 21.2/22.1 and the grid has filtering enable as well as 3 Unbound columns with the following data types – Int32, string and DataTime. On my side everything works as expected and I am able to filter the grid with both the Bound and Unbound fields. I have tested the sample in Edge and Chrome and there were no issues.

    Attached you will find my sample for your reference. Please test it on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve, please feel free to modify it and send it back to me along with steps to reproduce. Alternatively, if the behavior cannot be replicated, please feel free to provide your own sample. Remove any external dependencies and code that is not directly related to the issue, zip your application and attach it.

    Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior.

    Thank you for your cooperation. 

    Looking forward to hearing from you.

    Regards,
    Ivan Kitanov

    FilteringUnboundField.zip

Children
No Data