网格中过滤列的异常 [英] exception in filtering column in grid

查看:61
本文介绍了网格中过滤列的异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


i在我的网格文件状态中有一列。我已将其allowfiltering属性设置为true,

但是当我过滤它时会出现以下错误:



连接服务器时发生未知异常。可能的原因可能是 - 1)会话到期或2)在不允许的情况下注入特殊字符(例如在过滤器或表单中使用<>)或3)Internet连接失败。请重新登录,删除特殊字符或检查互联网连接。如果问题仍然存在,请联系系统管理员。

Hi i have a column in my grid file status..I"ve made its allowfiltering property to true,
but when i"m filtering it is giving the following error:

An unknown exception occurred while connecting to the server. The possible reasons could be- 1) Expiration of Session or 2) Injection of Special character(s), where not allowed (for example using <> in filters or forms) or 3) Internet Connection failure. Please Re-login, remove special characters or check internet connection. If problem persists contact System Admin.

推荐答案

你可以把你的代码看到错误
could you put your code please to see error


HI

这是我到目前为止所做的:

HI
this is what i"ve done so far:
 <lpsfs:sysxgrid runat="server" id="grdZipUploadCodes" allowpaging="True" pagesize="10" xmlns:lpsfs="#unknown">
               AutoGenerateColumns="false" OnNeedDataSource="grdZipUploadCodes_NeedDataSource" AllowFilteringByColumn="true"
               OnItemDataBound="grdZipUploadCodes_ItemDataBound">
               <clientsettings enablerowhoverstyle="true">
                   <selecting allowrowselect="true"></selecting>
               </clientsettings>

               <exportsettings>
                   <pdf pageheight="210mm" pagewidth="297mm" pagetitle="Zip Code Staging." defaultfontfamily="Arial Unicode MS">
                       PageBottomMargin="20mm" PageTopMargin="20mm" PageLeftMargin="20mm" PageRightMargin="20mm" />
               </pdf></exportsettings>
               <mastertableview commanditemdisplay="Top" datakeynames="FileLogID">
                   <commanditemsettings showaddnewrecordbutton="false" />
                   <columns>
                       <telerik:gridboundcolumn datafield="FileLogID" sortexpression="FileLogID" headertext="FileLog ID" xmlns:telerik="#unknown">
                       </telerik:gridboundcolumn>
                       <telerik:gridboundcolumn uniquename="FileReceivedName" headertext="File Name" xmlns:telerik="#unknown">
                       </telerik:gridboundcolumn>
                       <telerik:gridboundcolumn headertext="File Status" uniquename="FileStatus" allowfiltering="true" xmlns:telerik="#unknown">
                       </telerik:gridboundcolumn>
</columns>
                   <pagerstyle mode="NextPrevAndNumeric" alwaysvisible="true" pagertextformat=" {4} {5} Item(s) in {1} page(s)" />
               </mastertableview>
           </lpsfs:sysxgrid>


这篇关于网格中过滤列的异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆